docs: fix missing quotation mark
authorWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 18:21:57 +0000 (13:21 -0500)
committerWilliam Jon McCann <william.jon.mccann@gmail.com>
Wed, 5 Feb 2014 20:08:42 +0000 (15:08 -0500)
gtk/gtkbuilder.c

index 8d77ed9a0e69b558217243e22bba3968f304c4c6..6eaa2102e6bc12ff8d17de894186ec345f97590e 100644 (file)
  * GtkBuilder can parse textual representations for the most common
  * property types: characters, strings, integers, floating-point numbers,
  * booleans (strings like "TRUE", "t", "yes", "y", "1" are interpreted
- * as %TRUE, strings like "FALSE, "f", "no", "n", "0" are interpreted
+ * as %TRUE, strings like "FALSE", "f", "no", "n", "0" are interpreted
  * as %FALSE), enumerations (can be specified by their name, nick or
  * integer value), flags (can be specified by their name, nick, integer
  * value, optionally combined with "|", e.g. "GTK_VISIBLE|GTK_REALIZED")